home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / DA / P / PTable.cpt / DeskAcc.R < prev    next >
Text File  |  1987-11-17  |  899b  |  42 lines

  1. * Resource File for example Desk Accessory program DESKACC.PAS
  2. *
  3. * For more information on Resources see Inside Macintosh, Resource Manager.
  4. *
  5. * Resource ID's for resources OWNED by Desk Accessory's.  That is, owned by
  6. * system resource of type 'DRVR' is as follows.
  7. *
  8. *
  9. * Bits:     15 14 13 12 11      10 9 8 7 6 5        4 3 2 1 0
  10. * Meaning:   1  1  0  0  0 [ID of owning resource] [variable]
  11. *
  12. * Thus, we have the following numbering scheme for Desk Accessory's
  13. *
  14. * Desk Accessory ID    Range of OWNED resource ID's
  15. *
  16. *    16        -15872   through   -15857    ($C200 -> $C20F)
  17. *    17        
  18.  
  19. *Output file name and the Type and Creator flags
  20. Periodic Table
  21. DFILDMOV
  22.  
  23. * DRVR number 16 so following resources are numbered -15872 through -15857
  24. TYPE DRVR = PROC
  25. Periodic Table,16
  26. DeskAcc
  27.  
  28. TYPE WIND
  29.   ,-15872
  30. Periodic Table
  31. 150 30 323 480
  32. Visible GoAway
  33. 16
  34. 0
  35.  
  36. INCLUDE table.pict
  37.  
  38. INCLUDE rows.pict
  39.  
  40. INCLUDE mybits.Rsrc
  41.  
  42.